projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7592cb9
)
Fix regression after merge.
author
Phillip Lord
<phillip.lord@russet.org.uk>
Thu, 26 Nov 2015 18:02:29 +0000
(18:02 +0000)
committer
Phillip Lord
<phillip.lord@russet.org.uk>
Thu, 26 Nov 2015 18:02:29 +0000
(18:02 +0000)
* undo.c (prepare_record): Remove call to run_undoable_change.
src/undo.c
patch
|
blob
|
history
diff --git
a/src/undo.c
b/src/undo.c
index 68065750b0fe875dddfd3406b4922774b51dea9b..7659224b6c6100df170376b27549ab4c0d1ee02a 100644
(file)
--- a/
src/undo.c
+++ b/
src/undo.c
@@
-41,8
+41,6
@@
prepare_record ()
if (NILP (pending_boundary))
pending_boundary = Fcons (Qnil, Qnil);
- run_undoable_change ();
-
if (MODIFF <= SAVE_MODIFF)
record_first_change ();
}